#jdt img {
  width: 100%;
  height: 393px;
}
#jdt .swiper-button-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 49px;
  height: 49px;
  background: url("../images/common.files/prevBtn.png") no-repeat center;
}
#jdt .swiper-button-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 49px;
  height: 49px;
  background: url("../images/common.files/nextBtn.png") no-repeat center;
}
#lbt img {
  width: 100%;
  height: 370px;
}
#lbt h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  color: #fafafa;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
  padding: 0 25% 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#lbt .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 16px;
  z-index: 20;
  text-align: right;
}
#lbt .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  cursor: pointer;
  background: #bfbfbf;
  opacity: 0.8;
  border-radius: inherit;
}
#lbt .swiper-pagination-bullet-active {
  background: #9b0000;
}
/* 通用标题 */
.tnm {
  height: 44px;
  border-bottom: 1px solid #d2d2d2;
  line-height: 32px;
}
.tnm a {
  font-size: 20px;
  padding: 0 5px 15px;
  font-weight: bolder;
}
.tnm a.default {
  color: #0099cc;
  border-bottom: 2px solid #0099cc;
}
.tnm a:last-child {
  margin-right: 0;
}
/*通用列表*/
.m-lst {
  height: auto;
  padding: 10px 0;
  margin-bottom: 0;
}
.m-lst li {
  overflow: hidden;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-lst li i {
  display: inline-block;
  background: url("../images/common.files/li_bg.jpg") no-repeat center;
  float: left;
  width: 32px;
  height: 32px;
}
.m-lst li a {
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
}
.m-lst li .column {
  padding-right: 10px;
  font-size: 16px;
}
.m-lst li .time {
  float: right;
  padding-left: 10px;
  font-size: 16px;
}
.m-lst em {
  float: left;
  padding-right: 10px;
}
.m-lst li span {
  padding-left: 1rem;
  color: #787878;
  float: right;
}
/*专题横条*/
#ztht img {
  width: 100%;
  height: auto;
}
/*专题横条 end*/
/*政务公开*/
#gk .col-md-11 {
  padding: 12px 14px;
  margin: 10px 0;
}
#gk .col-md-11,
#gk .col-md-10 {
  display: table;
  position: relative;
  overflow: hidden;
}
#gk .col-md-11 .pic2,
#gk .col-md-10 .pic2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#gk .col-md-11 .gk_row a,
#gk .col-md-10 .gk_row a {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}
#gk .col-md-11 .gk_row a .pic1,
#gk .col-md-10 .gk_row a .pic1 {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gk .col-md-11 .gk_row a:hover .pic1,
#gk .col-md-10 .gk_row a:hover .pic1 {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
#gk .col-md-11 .gk_row a .pic2,
#gk .col-md-10 .gk_row a .pic2 {
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#gk .col-md-11 .gk_row a:hover .pic2,
#gk .col-md-10 .gk_row a:hover .pic2 {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotate(0deg);
  z-index: 10;
  position: absolute;
}
#gk .col-md-11 .gk_row,
#gk .col-md-10 .gk_row {
  float: left;
  position: relative;
  z-index: 10;
}
#gk .col-md-11 gk_row .pic1,
#gk .col-md-10 .gk_row .pic1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#gk .col-md-11 gk_row .pic2,
#gk .col-md-10 .gk_row .pic2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#gk .col-md-11 gk_row .pic2 img,
#gk .col-md-10 .gk_row .pic2 img {
  position: absolute;
}
/*政务公开 end*/
/*招商*/
.tab-ww {
  background: #e1e1e1;
  width: 170px;
  height: 326px;
}
.tab-ww img {
  padding: 7px 0;
}
.zs_pci {
  display: block;
  overflow: hidden;
}
.zs_pci img {
  width: 100%;
  height: auto;
}
.tab-ww a:hover {
  background: url("../images/common.files/zs_1_hv.jpg") no-repeat;
}
/*招商 end*/
/*互动*/
.hd img,
.fw img {
  width: 100%;
}
.hd span,
.fw span {
  display: block;
  margin: 10px 0;
  text-align: center;
}
/*互动 end*/
/*专题专栏*/
#ztzl img {
  width: 100%;
  height: 105px;
}
#ztzl .swiper-button-prev {
  width: 30px;
  height: 50px;
  background: url("../images/common.files/ztzl_prev.png") no-repeat;
  position: absolute;
  top: 44px;
  left: 12px;
  z-index: 99;
  cursor: pointer;
  opacity: 0.7;
}
#ztzl .swiper-button-next {
  width: 30px;
  height: 50px;
  background: url("../images/common.files/ztzl_next.png") no-repeat;
  position: absolute;
  top: 44px;
  right: 1px;
  z-index: 99;
  cursor: pointer;
  opacity: 0.7;
}
/*专题专栏 end*/
/*友情链接*/
.g-link {
  width: 100%;
  background: #f5f5f5;
  padding: 18px 0 16px;
}
/*友情链接 end*/
/*footer*/
.g-ft {
  background: #015293;
  padding: 28px 0;
}
.m-ft-lt {
  padding: 0 10% 0 20%;
}
.m-ft-rt p {
  color: #FFFFFF;
}
.m-ft-rt p a {
  color: #FFFFFF;
}
.m-ft-rt p img {
  margin-top: -1em;
}
.m-ft-rt p font,
.m-ft-rt p a {
  padding-left: 2rem;
}
/*footer end*/
@media (max-width: 1200px) {
  .m-nav a:nth-of-type(1) {
    background-size: 100% 75%;
  }
  .m-nav a {
    font-size: 12px;
  }
  .tnm a {
    font-size: 16px;
  }
  #gk .col-md-1 img {
    padding: 30px 0;
  }
  #gk .col-md-11 {
    margin: 30px 0 12px 0;
  }
  .tab-ww {
    width: 130px;
  }
  .tab-ww img {
    width: 130px;
    padding: 13px 0;
  }
}
@media (max-width: 992px) {
  .gk .tnm a {
    padding: 0 10px 8px !important;
  }
  .tnm a {
    padding: 0 5px 8px;
  }
  .tnm {
    height: auto;
  }
  .sc_text {
    width: 290px;
  }
  .m-nav a:nth-of-type(1) {
    background-size: 100% 59%;
  }
  .m-nav a i {
    padding: 0;
  }
  .tab-ww {
    width: 170px;
  }
  .tab-ww img {
    width: auto;
    padding: 7px 0;
  }
}
@media (max-width: 768px) {
  .sc_text {
    width: 290px;
  }
}
@media (max-width: 768px) {
  .g-bnr {
    background-size: 100% 100%;
    height: auto;
  }
  .m-logo {
    margin-top: 6%;
  }
  .m-logo img {
    width: 90%;
    margin: auto;
  }
  .m-sch {
    width: 60%;
    margin: auto;
    padding-bottom: 5%;
    height: auto;
    overflow: hidden;
  }
  .sc_text {
    height: 35px;
    font-size: 15px;
    width: unset !important;
  }
  .sc_btn {
    height: 35px;
    background-position: center;
  }
  .m-nav {
    width: 680px;
  }
  .m-ft-rt p {
    margin: 0;
  }
  .m-ft-rt p font,
  .m-ft-rt p a {
    display: inline-block;
    padding-bottom: 1rem;
  }
  .list-bd .col-sm-9.col-md-9 .m-lst {
    min-height: auto;
  }
  nav {
    height: 40px;
    line-height: 40px;
    background-color: #015293;
    clear: both;
    text-align: center;
    color: #FFFFFF;
  }
  nav ul {
    padding: 0 0 0 2%;
    color: #FFFFFF;
  }
  nav ul li {
    float: left;
    width: 14%;
    text-align: center;
  }
  nav ul li a {
    color: #ffffff;
    font-weight: bold;
    padding: 0 3px 4px 3px;
    font-size: 16px;
  }
  nav a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    width: 14%;
    font-weight: bold;
  }
  nav ul li.hover a {
    border-bottom: 1px solid #ffffff;
  }
  .jdt {
    margin: 0 -12px;
  }
  .gk_row {
    margin: 0;
    padding: 0;
  }
  #gk img {
    margin: auto;
  }
  #gk .col-md-11 {
    margin: 0;
    padding: 0;
  }
  .tnm a {
    margin: 0;
  }
  .hd img,
  .fw img {
    width: 90%;
    margin-top: 10px;
  }
}
@media (max-width: 474px) {
  .sc_text {
    height: 26px;
  }
  .sc_btn {
    height: 26px;
  }
}
@media (max-width: 320px) {
  .sc_text {
    height: 26px;
    width: 150px;
  }
  .sc_btn {
    height: 26px;
    width: 42px;
  }
  .tnm a {
    font-size: 15px;
  }
}
#ztht .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 16px;
  z-index: 20;
  text-align: right;
}
